home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.basic;
-
- import java.awt.event.KeyAdapter;
- import java.awt.event.KeyEvent;
-
- public class BasicComboPopup$InvocationKeyListener extends KeyAdapter {
- // $FF: synthetic field
- BasicComboPopup this$0;
-
- public void keyReleased(KeyEvent e) {
- if (e.getKeyCode() == 32) {
- this.this$0.togglePopup();
- }
-
- }
-
- // $FF: synthetic method
- public BasicComboPopup$InvocationKeyListener(BasicComboPopup this$0) {
- this.this$0 = this$0;
- }
- }
-